home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / cxref_1_4a.lha / ChangeLog < prev    next >
Text File  |  1997-12-07  |  31KB  |  944 lines

  1. Thu Nov 20 20:30:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  2.  
  3.         Version 1.4a of cxref released
  4.  
  5. Thu Nov 20 20:16:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  6.  
  7.     * NEWS: Updated to version 1.4a.
  8.  
  9.     * comment.c:
  10.     Made lines containing only whitespace be replaced by a newline.
  11.  
  12.     * parse.l, README.tex, cxref.c, README.html, README.man, README:
  13.     Added in a -no-comments option.
  14.  
  15.     * Makefile: Fixed more SUN make problems.
  16.  
  17.     * latex.c, parse.y, warn-raw.c, html.c:
  18.     Stop wwwoffle crashing on (pointless) unamed structs within structure defintions.
  19.  
  20. Tue Aug 26 16:42:32 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  21.  
  22.     * cxref.c:
  23.     Fix incorrect parsing of .cxref file when there is a legally recognised space.
  24.  
  25. Mon Aug 25 09:24:14 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  26.  
  27.     * Makefile.config, install.sh, memory.c:
  28.     Changes to work with Ultrix (install -c and USE_STD_ARG).
  29.  
  30. Sun Aug 24 15:29:16 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  31.  
  32.     * comment.c:
  33.     Do not try to access a NULL pointer for comments that are empty.
  34.  
  35. Sat Aug 23 15:21:09 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  36.  
  37.     * cxref.c: Improved the CanonicaliseName() function.
  38.  
  39. Wed Aug  6 17:45:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  40.  
  41.     * cxref.c: Allow blank lines and comments in the .cxref file.
  42.     Fixed string handling / memory bug.
  43.  
  44.     * comment.c: Fixed string handling / memory bug.
  45.  
  46.     * README.man, README.tex, README, README.html:
  47.     Allow blank lines and comments in the .cxref file.
  48.  
  49. Wed Jul 30 16:50:06 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  50.  
  51.     * parse.l: Better handling of multi-line preprocessor directives.
  52.  
  53. Mon Jul 28 18:17:24 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  54.  
  55.     * Makefile: Made the Makefile work with SUN make.
  56.  
  57. Fri Jul 25 19:10:34 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  58.  
  59.     * preproc.c: Clean up properly in ResetPreProcAnalyser().
  60.  
  61.     * parse.y:
  62.     Handle 'volatile const' and 'const volatile' and clean up properly in RestParser().
  63.  
  64.     * latex.c, html.c, warn-raw.c: Cope with functions that are declared as external.
  65.  
  66. Fri Jul 18 19:21:56 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  67.  
  68.     * cxref.c: Fixed bug in -CPP option.
  69.  
  70. Sat Jul  5 18:30:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  71.  
  72.         Version 1.4 of cxref released
  73.  
  74. Sat Jul  5 18:22:27 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  75.  
  76.     * NEWS: Updated for version 1.4.
  77.  
  78. Sun Jun 22 10:09:28 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  79.  
  80.     * Makefile: Fixed a bug in the allclean target.
  81.  
  82.     * parse.y: Bug fix for a GNU C extension.
  83.  
  84.     * cxref.c: Bug fix for reading the .cxref file.
  85.  
  86. Sun Jun 22 10:07:12 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  87.  
  88.     * README.tex, README, README.html, README.man, FAQ:
  89.     Added in a description of the cxref-cc script.
  90.  
  91.     * cxref-cc: Initial revision
  92.  
  93. Thu Jun 19 17:40:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  94.  
  95.     * cxref.c:
  96.     Added a new option -Rdirname to specify the source code tree root directory.
  97.     Added in the reading of options from a .cxref file.
  98.  
  99.     * preproc.c, cxref.h:
  100.     Moved the CanonicaliseName() function from preproc.c to cxref.c and made it global.
  101.  
  102.     * README.html, README.man, README.tex, FAQ, README:
  103.     Added documentation about the -R option and the .cxref file.
  104.  
  105. Wed Jun 18 18:54:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  106.  
  107.     * Makefile:
  108.     Changed the installed cxref to not have a path hard-coded to cxref-cpp (using execvp).
  109.  
  110. Sat Jun 14 16:35:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  111.  
  112.     * var.c, warn-raw.c, parse.y, latex.c, parse.l, html.c, datatype.h, func.c:
  113.     Handle the functions and variables that are included into a file from a header
  114.     file as if they were actually in the file.
  115.     But only if the result of compilation of the file is to put them into the object
  116.     file, so not inline functions or extern variables.
  117.  
  118. Fri Jun 13 18:32:17 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  119.  
  120.     * FAQ: Added in a section 0 pointing to the cxref home-page.
  121.  
  122. Mon May 26 15:30:51 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  123.  
  124.     * preproc.c, cxref.h, parse.l:
  125.     Cope with comments trailing #include statements now that cxref-cpp has been fixed.
  126.  
  127. Mon May 26 11:23:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  128.  
  129.     * html.c, latex.c, README.man, README.tex, README.c, README.html, README:
  130.     Added in a way to allow extended markup (HTML or LaTeX) inside of comments.
  131.  
  132. Sun May 25 16:59:16 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  133.  
  134.     * README.html, html.c, FAQ-html.pl:
  135.     Used 'weblint' and 'htmlchek' to check the conformance of the HTML output and fixed most deviations.
  136.  
  137. Sun May 25 10:03:36 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  138.  
  139.     * parse.y: Fixed the reported parse bugs
  140.      - initialised declarator using GNU extension,
  141.      - type name / identifier confusion.
  142.  
  143. Sun May 18 15:41:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  144.  
  145.     * parse.y:
  146.     Re-ordered the statements into a logical rather than alphabetical order.
  147.  
  148. Sun May 18 10:05:52 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  149.  
  150.     * latex.c, xref.c, html.c, README.tex, cxref.c, cxref.h, README.html, README.man, README:
  151.     Added an option to allow files to be deleted from the cross reference output.
  152.  
  153. Sat May 17 15:06:01 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  154.  
  155.     * parse.l, preproc.c, cxref.h:
  156.     Made fuller use of the CPP changes for included files.
  157.  
  158.     * cxref.c: Made fuller use of the CPP changes for included files.
  159.     Moved CurFile to cxref.c from file.c.
  160.  
  161.     * file.c: Moved CurFile to cxref.c from file.c.
  162.  
  163. Fri May 16 19:06:19 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  164.  
  165.     * cxref.c, FAQ, README, README.tex, README.html, README.man:
  166.     Added in a way of passing extra arguments to the pre-processor.
  167.  
  168. Sun May 11 15:24:04 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  169.  
  170.     * comment.c: Do not Malloc the string returned from SplitComment.
  171.  
  172.     * xref.c, warn-raw.c, var.c, slist.c, type.c, preproc.c, parse.y,
  173.       parse.l, html.c, latex.c, func.c, datatype.h, file.c, cxref.c, cxref.h:
  174.     Major changes to the internals of the program:
  175.       Changed StringList and StringList2 to be pointers.
  176.       Added more options to the AddToStringList() functions.
  177.       Lists of xrefs use StringList2 with separate function and filename.
  178.       Added in constructors and destructors for the main datatypes.
  179.       Added in functions to reset the lexer/parser/analysers when finished.
  180.  
  181.     * memory.c: Improved the debugging information.
  182.  
  183.     * Makefile: Handle missing sub-directories gracefully.
  184.  
  185. Sun Apr 27 17:09:25 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  186.  
  187.     * comment.c:
  188.     Tidy up the comment string once it is collected, not in the lexer.
  189.  
  190.     * preproc.c, cxref.h:
  191.     Changed the way that the lexer interfaces to cpp for the include files.
  192.  
  193.     * parse.l:
  194.     Added new comment options; -verbatim-comments and -block-comments.
  195.     Changed the way that the lexer interfaces to cpp for the include files.
  196.  
  197.     * html.c, latex.c, cxref.c:
  198.     Added new comment options; -verbatim-comments and -block-comments.
  199.  
  200.     * README.man: Describe the new comment options.
  201.  
  202.     * README, README.html, README.tex:
  203.     Changed the description of the modifications to cpp
  204.     and describe the new comment options.
  205.  
  206.     * Makefile: Make use of the new cpp option for #includes.
  207.  
  208. Fri Apr 25 18:39:19 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  209.  
  210.     * README.html, README.tex, README: Changed over to cpp-2.7.2.
  211.  
  212. Wed Apr 23 20:00:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  213.  
  214.         Version 1.3a of cxref completed.
  215.  
  216. Wed Apr 23 19:46:48 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  217.  
  218.     * parse.y: Added a fix for type cast inside of an array declaration.
  219.  
  220. Thu Mar  6 18:40:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  221.  
  222.     * cxref.c: Added the sys/wait.h include file.
  223.  
  224.     * Makefile:
  225.     Fixed a bug in the allclean target added when removing 'make -C'.
  226.  
  227. Fri Feb  7 19:20:37 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  228.  
  229.     * func.c, cxref.c: Fixed minor memory handling problems.
  230.  
  231.     * parse.y:
  232.     Fixed a problem with function prototypes having pointer to pointer to function arguments.
  233.  
  234. Fri Jan 24 20:33:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>
  235.  
  236.     * Makefile: Removed all of the GNU Make fea